Skip to main content
POST
Create

Authorizations

Authorization
string
header
required

access_token obtenido via POST /api/v2/login

X-SIMA-SYSTEM-ID
string
header
required

Identificador del sistema integrador (8 para Third-Party API)

Headers

X-SIMA-APIKEY
string
X-SIMA-SYSTEM-ID
string
Accept
string
Content-Type
string

Body

*/*

The body is of type string.

Example:

"\"{ \\n \\\"observations\\\": \\\"Test Observation\\\",\\n \\\"device_id\\\": 17,\\n \\\"semaphore\\\": 1,\\n \\\"device_event_protocol_results\\\": [\\n {\\n \\\"device_event_measure_threshold_id\\\": 1,\\n \\\"semaphore\\\": 1, \\n \\\"table_code_id\\\": 62, \\n \\\"device_event_sample\\\": \\n { \\n \\\"value\\\": 4 \\n } \\n },\\n {\\n \\\"device_event_measure_threshold_id\\\": 2,\\n \\\"semaphore\\\": 1, \\n \\\"table_code_id\\\": 62, \\n \\\"device_event_sample\\\": \\n { \\n \\\"value\\\": 1 \\n } \\n },\\n {\\n \\\"device_event_measure_threshold_id\\\": 3,\\n \\\"semaphore\\\": 1, \\n \\\"table_code_id\\\": 62, \\n \\\"device_event_sample\\\": \\n { \\n \\\"value\\\": 1 \\n } \\n },\\n {\\n \\\"device_event_measure_threshold_id\\\": 5,\\n \\\"semaphore\\\": 1, \\n \\\"table_code_id\\\": 62, \\n \\\"device_event_sample\\\": \\n { \\n \\\"value\\\": 1 \\n } \\n }\\n ],\\n \\\"device_event_sample_group\\\": { \\n \\\"observations\\\": \\\"observación Nº1\\\" \\n },\\n \\\"table_code_id\\\": 56,\\n \\\"date\\\": \\\"{{currentDateTime}}\\\",\\n \\\"suitable_for_scouting\\\": true\\n}\\n\""

Response

201 - application/json

Created

The response is of type object.